projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d2a52
)
(Vdebug_on_error): Doc fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 5 Dec 2008 14:45:14 +0000
(14:45 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 5 Dec 2008 14:45:14 +0000
(14:45 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 6531b977990c3bae625834ea78a5b3119644a3b3..d455d1425c6102476533c0ba2176324aaf6cfbc6 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-3666,7
+3666,8
@@
If the value is a list, an error only means to enter the debugger
if one of its condition symbols appears in the list.
When you evaluate an expression interactively, this variable
is temporarily non-nil if `eval-expression-debug-on-error' is non-nil.
-See also variable `debug-on-quit'. */);
+The command `toggle-debug-on-error' toggles this.
+See also the variable `debug-on-quit'. */);
Vdebug_on_error = Qnil;
DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors,